Welcome![Sign In][Sign Up]
Location:
Search - shape detection matlab

Search list

[SourceCodeshape from shading

Description: face detection using matlab
Platform: | Size: 671 | Author: brandyzhao@gmail.com | Hits:

[Otherchepaiyingyong321

Description:  文章介绍了利用车牌的纹理特征和区域形状特征检测车牌区域情况。为提高区域检 测的正确性, 利用新的改进的主动轮廓模型, 利用先验知识确定精确的车牌边界。在精确的车牌区 域中切割出车牌中的单个字符, 最后利用支持矢量机对字符进行分类识别。 汤志勇 杨晨晖 王炳波 (厦门大学 厦门361005)-article describes the use of the plates texture characteristics and the shape feature detection plates regional situations. To improve the accuracy of detection region, the use of new initiatives to improve the contour model, the use of a priori knowledge to determine the exact license plate boundary. The exact number plates region cut out plates of a single character, the final use of support vector machines for character recognition and classification. Tang Zhiyong Yang Chen-hui Wangbingbei (Xiamen University, Xiamen 361005)
Platform: | Size: 275456 | Author: adnsid | Hits:

[AI-NN-PRmyblobtrack

Description: 视频监控中的团块跟踪,将跟踪的目标进行提取出运动区域,构造一个包围盒,然后进行跟踪-Video surveillance in mass tracking, the tracking of targets extracted movement region, construct a bounding box, and then track
Platform: | Size: 17408 | Author: lily | Hits:

[Speech/Voice recognition/combineSpeeching

Description: 端点检测算法采用现阶段比较精确的时频方差检测法,模式识别和模板匹配采用的是改进后的DTW算法(主要是限定了DTW的搜索路径,进一步精确了DTW的平行四边形的形状,进一步的减少匹配中的参数存贮量以及多余的搜索路径)。-Endpoint detection algorithm uses more precise at this stage variance time-frequency detection, pattern recognition and template matching is based on the improved DTW algorithm (DTW is mainly limited to the search path, and further precision of the DTW parallelogram shape, and further reduction of matching the parameters in the storage volume as well as the extra search path).
Platform: | Size: 7168 | Author: 李兰菊 | Hits:

[Special EffectsRECTANGLE

Description: 一种快速的多边形和矩形检测算法,可以广泛的应用于各种目标识别领域-A fast polygon and rectangle detection algorithm can be widely used in various areas of target identification
Platform: | Size: 11264 | Author: chendong | Hits:

[Special EffectsSimple-Shape-Detection-using-Hough-Transform

Description: Simple Shape Detection using Hough Transform 用霍夫变换做为形状检测的matlab源码,从matlab官网下载-Simple Shape Detection using Hough Transform Hough transform used as a shape detection matlab source, from the official website download matlab
Platform: | Size: 39936 | Author: miaosiyi | Hits:

[matlabHoughObject

Description: Shape Detection using Hough Transform in Matlab
Platform: | Size: 10240 | Author: nino | Hits:

[Special EffectsSNAKEGVF

Description: Active contour models, deformable surface models, edge detection, gradient vector flow, image segmentation, shape representation and recovery, snakes.-Active contour models, deformable surface models, edge detection, gradient vector flow, image segmentation, shape representation and recovery, snakes.
Platform: | Size: 401408 | Author: 李尊 | Hits:

[Special EffectslargestRectangleArea

Description: 求一个图像的最大内接矩形面积。 步骤: 1.相机标定。首先根据物像关系式求出其中的参数。注意参数求出后要进行参数校验。 2.从背景中分离出目标 3.边缘检测 4.目标形状参数计算。-For an image of the largest inscribed rectangle area. Steps: 1. Camera calibration. First of all object-image relationship in accordance with the parameters obtained. Attention to the parameters obtained after parameter calibration. 2. From the context of isolated target 3. Edge detection 4. Target shape parameters.
Platform: | Size: 4096 | Author: cui ju | Hits:

[Special EffectseeHoughObject11111111111111111

Description: 利用hough变换惊醒醒转检测- Simple Shape Detection using Hough Transform
Platform: | Size: 10240 | Author: 尹高飞 | Hits:

[Special EffectsSimpleShapeDetection

Description: 利用Hough变换检测简单形状- shape detection
Platform: | Size: 106496 | Author: 尹高飞 | Hits:

[Documents615498514

Description: 表面缺损检测对保证产品的使用性能、完整性和安全性具有重要意义 本文将表面 缺损类型总结为结构缺损、几何缺损、颜色缺损和纹理缺损等几类,并进行特征分析。在此基础上,从基于灰度特征、形态特征、色度特征和纹理特征等几方面对表面缺损的图像检测方法进行综-Surface defect detection products to ensure the use of performance, integrity and security will be of great significance to this article summed up the type of surface defect structure of defects, defect geometry, color and texture defects, such as several types of defects, and analysis. On this basis, from the gray-scale-based features, shape features, color features and texture features, such as several images of the surface defect detection method for fully mechanized
Platform: | Size: 391168 | Author: wangzhongmei | Hits:

[Software Engineeringlab4

Description: shape detection, matlab code , rectangle
Platform: | Size: 78848 | Author: hamzeh | Hits:

[Special Effectsgaborfilter.tar

Description: Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6,pi/2,3pi/4 then for any input image like(eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on ( cameraman.tif )(in MATLAB pictures) I = imread( cameraman.tif ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
Platform: | Size: 1024 | Author: 郑碧波 | Hits:

[matlabshape_detect

Description: it shape detection using matlab
Platform: | Size: 1024 | Author: eng.ahmed | Hits:

[Special EffectsF_matlab

Description: 实现图像边缘的傅里叶描述子,可用于边缘检测,形状分析。-Matlab achieve image edge of the Fourier descriptors, can be used for edge detection, shape analysis.
Platform: | Size: 4096 | Author: JUN | Hits:

[Graph Drawingfig-ellipse

Description: 压缩文件里面共包括四个matlab代码,用于画出椭圆形状。只要给出雷达的发射站、接收站、目标位置、雷达探测目标分辨率就可以画出相应的目标椭圆位置图-Zip file which includes a total of four matlab code used to draw an oval shape. Given the radar transmitting station and receiving station, the target location, target resolution radar detection target ellipse can be drawn location map
Platform: | Size: 3072 | Author: 大宇 | Hits:

[Otherlser-radar

Description: 激光雷达是以发射激光束探测目标的位置、速度等特征量的雷达系统。从工作原理上讲,与微波雷达没有根本的区别:向目标发射探测信号(激光束),然后将接收到的从目标反射回来的信号(目标回波)与发射信号进行比较,作适当处理后,就可获得目标的有关信息,如目标距离、方位、高度、速度、姿态、甚至形状等参数,从而对飞机、导弹等目标进行探测、跟踪和识别。本程序为FMCW激光雷达matlab程序,包括调频非线性校正等。-Laser emitting a laser beam radar detection is the target position, velocity, volume and other characteristics of the radar system. From the working principle, and there is no fundamental difference between the microwave radar: transmitting to the target detection signal (laser beam), then the received signal reflected from the target (target echo) is compared with the transmitted signal, after appropriate treatment , you can get information about the target, such as the target distance, direction, altitude, speed, attitude, and even the shape and other parameters to the aircraft, missiles and other target detection, tracking and identification. This program is FMCW laser radar matlab procedures, including FM nonlinear correction.
Platform: | Size: 15360 | Author: zhangbin | Hits:

[Other1234

Description: 激光雷达是以发射激光束探测目标的位置、速度等特征量的雷达系统。从工作原理上讲,与微波雷达没有根本的区别:向目标发射探测信号(激光束),然后将接收到的从目标反射回来的信号(目标回波)与发射信号进行比较.本程序为FMCW激光雷达matlab程序,包括调频非线性校正等-Laser emitting a laser beam radar detection is the target position, velocity, volume and other characteristics of the radar system. From the working principle, and there is no fundamental difference between the microwave radar: transmitting to the target detection signal (laser beam), then the received signal reflected from the target (target echo) is compared with the transmitted signal, after appropriate treatment , you can get information about the target, such as the target distance, direction, altitude, speed, attitude, and even the shape and other parameters to the aircraft, missiles and other target detection, tracking and identification. This program is FMCW laser radar matlab procedures, including FM nonlinear correction.
Platform: | Size: 15360 | Author: zhangbin | Hits:

[Software EngineeringRec_shapes

Description: matlab source code for shape detection and recognition in images
Platform: | Size: 87040 | Author: Abeer S. Desuky | Hits:
« 12 »

CodeBus www.codebus.net